Crate wac_types

source ·
Expand description

A library for the definition of WebAssembly component model types.

Structs§

Enums§

  • Represents a core extern imported or exported from a core module.
  • Represents the value types in a WebAssembly module.
  • Represents a defined value type.
  • Represents a kind of an extern item.
  • Represents a kind of function in the component model.
  • Represents a function result.
  • A heap type of a reference type.
  • Represents the kind of a component model item.
  • Represents a primitive type.
  • Represents the kind of subtyping check to perform.
  • Represent a component model type.
  • Represents a value type.

Traits§

  • A trait implemented by types that can be borrowed as a package key.